home *** CD-ROM | disk | FTP | other *** search
- Short: ImageFX script to break apart GifAnims
- Author: Bryan K. Williams <icar@evilgeniuses.org>
- Uploader: Bryan K. Williams <icar@evilgeniuses.org>
- Version: 1.0
- Type: gfx/ifx
- Requires: ImageFX, ImageFX Gif loader
-
- LoadGifAnim.Ifx
- $ver: 1.00, 17 Feb 1999
- by Bryan K. Williams, <icar@evilgeniuses.org>
- © CrystalWorks, Freely Distributable
- <http://www.evilgeniuses.org/>
-
- Send bug reports to <GifBug@evilgeniuses.org>
- Find the latest version at
- <http://www.evilgenius.org/crystalworks/Amiga/>
-
- What is it?
- -----
- This is an ImageFx script that will allow loading of the individual
- frames of an animated gif. With it, you can either bust the anim into
- it's individual frames, or load a single image out of the sequence.
-
- How does it work?
- -----
- No LZW compression code required!
-
- Instead of trying to decode each image and figure out the differences
- in Arexx, this script instead cuts & pastes the important parts of each
- frame to create a complete gif. It then tells ImageFX to load this new
- gif, and if necessary, place it in the correct place on the image.
-
-